adTempus API
PreviousUpNext
IImportResults::SaveAll Method

Saves all imported objects.

C++
HRESULT SaveAll([in,defaultvalue(0)] long options, [out,retval] IADErrors** Errors);
C#
SaveAll([in,defaultvalue(0)] long options, [out,retval] IADErrors* Errors);
Visual Basic
Sub SaveAll(options As [in,defaultvalue(0)] long, Errors As [out,retval] IADErrors*)
Parameters 
Description 
[in,defaultvalue(0)] long options 
Reserved for future use. Must be set to 0. 
[out,retval] IADErrors** Errors 
Returns any errors encountered during the Save operation. 

 

SaveAll attempts to save all objects in the Objects collection.

adTempus API Reference version 3.0.0.0, revised 10/30/2008